home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / game / gag / transacheat.lha / transacheat / Install TransACheat next >
Text File  |  1989-08-02  |  752b  |  28 lines

  1. ;
  2. ; $VER: TransACheat Installation script 1.1 (24-08-97)
  3. ;
  4.  
  5. (message "Welcome to TransACheat installation utility\n\nTransACheat © 1997 Wojciech Kocjan\n\nThis program is mailware - if you like it and\nuse it, send me an e-mail at:\nwkocjan@polbox.com or\nwkocjan@free.polbox.pl or\nwkocjan@friko.onet.pl\n\nFOR NOVICE USERS:\nIt will install TransACheat into \"SYS:Tools\"")
  6.  
  7. (welcome)
  8.  
  9. (set destdir
  10.     (askdir
  11.     (prompt "Enter destination path for TransACheat\n(TransACheat will be copied directly there)")
  12.     (help @askdir-help)
  13.     (default "SYS:Tools")
  14.     )
  15. )
  16.  
  17. (set @default-dest destdir)
  18.  
  19. (copyfiles
  20.     (prompt "Copying TransACheat...")
  21.     (help @copyfiles-help)
  22.     (source "")
  23.     (dest destdir)
  24.     (infos)
  25.     (choices "TransACheat" "TransArctica Cheat")
  26.     (confirm)
  27. )
  28.